home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / software / wildfire / wildfirefpu / system / createnail next >
AmigaDOS Script File  |  1997-07-21  |  354b  |  13 lines

  1. .key file
  2. .bra {
  3. .ket }
  4.  
  5. IF NOT EXISTS wf:system/thumbnails/{file}.nail
  6. rx "address 'Wildfire' fc_file 'wf:doc/pictures/{file}.pic'"
  7. rx "address 'Wildfire' fc_width 90"
  8. rx "address 'Wildfire' fc_filmfile 'wf:system/thumbnails/{file}.nail'"
  9. rx "address 'Wildfire' fc_color original"
  10. rx "address 'Wildfire' fc_update"
  11. rx "address 'Wildfire' fc_save"
  12. ENDIF
  13.